home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // PSave 2.0.12
- //
- // AutoCAD Dialog Control File
- //
- // (c) 1992-1994 Engenious Systems, Inc.
- // All Rights Reserved
- //********************************************************************
- //
- //********************************************************************
- //
- // Initialization dialog control
- //
- //********************************************************************
-
- psinit : dialog {
- label = "About PSave 2.0";
- initial_focus = "nc_info";
- spacer;
- : column {
- : text {
- key = "title";
- alignment = centered;
- is_tab_stop = false;
- }
- spacer;
- : text {
- key = "title0";
- alignment = centered;
- is_tab_stop = false;
- }
- spacer;
- spacer;
- : text {
- key = "title1";
- alignment = centered;
- is_tab_stop = false;
- }
- : text {
- key = "title2";
- alignment = centered;
- is_tab_stop = false;
- }
- }// end column
- : column {
- : image {
- key = "logoview";
- color = dialog_background;
- width = 21;
- height = 7;
- alignment = centered;
- fixed_width = true;
- is_tab_stop = false;
- }// end image
- }// end column
- : text {
- key = "phone";
- value = "Customer Support: (206) 628-0167";
- alignment = centered;
- is_tab_stop = false;
- }
- spacer;
- : button {
- key = "nc_info";
- label = "(c) 1992-1994 Engenious Systems, Inc.";
- fixed_width = false;
- is_cancel = true;
- }//end button
- }// end dialog
-